Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python Tutorial
1) Buildin Function
2) Buildin Module
3) CGI Web
4) Class
5) Collections
6) Data Type
7) Database
8) Dictionary
9) File
10) Function
11) Introduction
12) List
13) Network
14) Operator
15) Regular Expressions
16) Statement
17) String
18) Thread
19) Tkinker
20) Tuple
21) Windows
22) Wxpython
23) XML
Collections
1) (Union) Update ( = )
2) Base your set on list
3) Definition of class SimpleDictionary
4) Difference Update ( - = )
5) DifferenceRelative Complement ( - )
6) Double-ended queues, or deques, can be useful when you need to remove elements in the order
7) Driver for simple class SingleList
8) Access Values in Sets
9) Create and Assign Set Types
10) Update Sets
11) Intersection ( & )
12) Len() returns the number of elements
13) Membership (in, not in)
14) Mixed Set Type Operations
15) RetentionIntersection Update ( &= )
16) Set EqualityInequality
17) Set operations
18) Set() and frozenset() functions generate mutable and immutable sets, respectively
19) Subset OfSuperset Of
20) Symmetric Difference ( ^ )
21) Symmetric Difference Update ( ^ = )
22) Tree class
23) Union ( )
24) Using Lists as a Queue
25) Using Lists as a Stack
26) Working with the deque Class